arman37 / rethink-node-chat-client

A RethinkDB chat client with React & socket.io. The idea is to demonstrate how to to build a real time chat application with facebook's ReactJS and socket.io .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“ Author

Arman Bhuiyan Github / LinkedIn / Facebook / Site / E-Mail

Rethink Node Chat ReactJS Client.

A RethinkDB chat client with React.

The idea is to demonstrate how to to build a real time chat application with facebook's ReactJS and socket.io .

Complete stack

HOW TO RUN

  1. Before this you will have to configure the backend server i have developed with NodeJS and RethinkDB at 'https://github.com/arman37/rethink-node-chat-server'
  2. Clone the project from git.
  3. Go to 'rethink-node-chat-client' directory ( cd rethink-node-chat-client ).
  4. Run yarn or npm install.
  5. Run npm start.

Application will start at 'http://localhost:4000'. Open a new tab on your web browser and enter address http://localhost:4000 .

Preview

Screenshot1 Screenshot2 Screenshot3 Screenshot4

Contributing

If you like the project, shoot a ๐ŸŒŸ and feel free to fork & send PR anytime.

License

MIT licensed

About

A RethinkDB chat client with React & socket.io. The idea is to demonstrate how to to build a real time chat application with facebook's ReactJS and socket.io .

License:MIT License


Languages

Language:JavaScript 96.8%Language:CSS 2.4%Language:HTML 0.9%