8000 GitHub - ty2k/chatty-app: Chatty App is a single-page chat client web application built with React and using a WebSockets server. It allows users to chat together in a common chat room, see a count of online users, and change their display names.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Chatty App is a single-page chat client web application built with React and using a WebSockets server. It allows users to chat together in a common chat room, see a count of online users, and change their display names.

License

Notifications You must be signed in to change notification settings

ty2k/chatty-app

Repository files navigation

chatty-app

chatty-app is a single-page app to allow multiple users to chat in one window. It is built using React, and it uses my related WebSockets server chatty-server.

Built on top of Lighthouse Lab's React Simple Boilerplate.

Install

Clone this repository and npm install.

Run

npm run start, then open http://localhost:3000 in your browser.

Note that server-dependent functions will not work without chatty-server running.

Linting

npm run lint to run ESLint rules against the project files.

Notes

By default, chatty-server uses port 3001 while chatty-app client uses port 3000.

Screenshot

Screenshot of Chatty App's index view

Dependencies

Contact the Author

Tyler Krys made this.

About

Chatty App is a single-page chat client web application built with React and using a WebSockets server. It allows users to chat together in a common chat room, see a count of online users, and change their display names.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0