Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevenko/web-chat
๐ฌ A Simple Web Chat App using Sockets & Node.js
https://github.com/irevenko/web-chat
bulma bulma-css chat chat-application chatapp express express-js expressjs javascript node node-js nodejs npm socket-io web-chat
Last synced: 23 days ago
JSON representation
๐ฌ A Simple Web Chat App using Sockets & Node.js
- Host: GitHub
- URL: https://github.com/irevenko/web-chat
- Owner: irevenko
- License: mit
- Created: 2020-03-21T11:34:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T19:21:39.000Z (over 4 years ago)
- Last Synced: 2024-10-01T01:41:46.740Z (about 1 month ago)
- Topics: bulma, bulma-css, chat, chat-application, chatapp, express, express-js, expressjs, javascript, node, node-js, nodejs, npm, socket-io, web-chat
- Language: JavaScript
- Homepage: https://arti-chat.herokuapp.com/
- Size: 131 KB
- Stars: 23
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artichoke Chat
A simple green themed web chat made to learn Node.js and Network Programming
Deployed on Heroku https://arti-chat.herokuapp.com/
Safari and IE are not supported!# Preview ๐
# Quick Start ๐
```git clone https://github.com/irevenko/artichoke-chat.git```
```cd artichoke-chat```
```npm install```
```npm start or nodemon server.js```
```go to localhost:3000```# What I Learned ๐ง
* Node.js basics (async programming, callbacks, anonymous and arrow functions, server side stuff, imports, modules, express, http, path, socket.io)
* Web Sockets
* HTTP/HTTPS
* DOM manipulation, EventListeners, Forms
* How to use CSS Framework (Bulma)
* Simple media queries
* npm basics
* Gathering front-end and back-end together# License ๐
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)