8000 GitHub - RDShehzad/electron-chat-app-demo: Simple Electron Chat App Demo (evaluation task)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RDShehzad/electron-chat-app-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Electron Chat App

This is just a demo of a basic chat app using Electron and React. The server is included and must be run using Node.js

Tiny features

  • You provide a username to enter a chat room. Server endpoint is configurable.
  • Supports Markdown.
  • List of connected users.
  • Informs connection and disconnection events.
  • Informs when someone is typing.
  • Supports multiple instances

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/demian85/electron-chat-app-demo.git
# Go into the repository
cd electron-chat-app-demo
# Install dependencies
npm install
# Run local server
npm run server
# Run the app
npm start

If you want to test the app using multiple instances, remember you should only have one instance of the chat server running!

Create distributable package

npm install -g electron-packager
cd electron-chat-app-demo
electron-packager . --asar

You will now have a folder for your platform and you can run the app by executing electron-chat-app-demo

Learn more about Electron and its API in the documentation.

About

Simple Electron Chat App Demo (evaluation task)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%
0