https://github.com/corocoto/node-chat
This is a chat written using technologies such as Node.js, Express, Socket.io :speech_balloon:
https://github.com/corocoto/node-chat
chat es-modules es6 express javascript nodejs socket socket-io sockets websocket
Last synced: about 2 months ago
JSON representation
This is a chat written using technologies such as Node.js, Express, Socket.io :speech_balloon:
- Host: GitHub
- URL: https://github.com/corocoto/node-chat
- Owner: corocoto
- License: mit
- Created: 2019-09-01T09:44:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T08:20:03.000Z (over 6 years ago)
- Last Synced: 2025-10-09T13:23:33.021Z (9 months ago)
- Topics: chat, es-modules, es6, express, javascript, nodejs, socket, socket-io, sockets, websocket
- Language: JavaScript
- Homepage: https://corocoto.github.io/node-chat/
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Chat (Chat.io) :e-mail:










## Introduction
**Node Chat (Chat.io)** is a chat written using technologies such as Node.js, Express, Socket.io.
## About application
This application is created using :bookmark_tabs: :
* `HTML` - hypertext markup language;
* `CSS` - style sheet language;
* `JavaScript` - programming language;
* `Node.js` - `JavaScript` runtime built. (An asynchronous event-driven `JavaScript` runtime, `Node.js` is designed to build scalable network applications);
* `Express` - web-framework for work with `Node.js`'s applications;
* `Socket.io` - library that enables real-time, bidirectional and event-based communication between the browser and the server.
## Instructions :clipboard:
1. Download application and unpack it;
2. Move into unpack folder;
3. Run `terminal` inside this folder;
4. Run next command: `npm run start`.
5. Go into `localhost:8000`(`127.0.0.1:8000`)
Great! :sparkles:
## Documentation
You can find the Node Chat documentation [on the website](https://creativerusbear.github.io/node-chat/).
## License
**Node Chat** is open-sourced software licensed under the MIT License (MIT). Please see [License File](LICENSE) for more information
## Conclusion
If you still have questions about the work of this application :grey_question: or you have cool ideas for improvement :boom:, please write to me :email:.
If you find a bug :bug:, please create an appropriate issue with detailed information about it :speech_balloon:.
Thanks!
