irevenko / web-chat

πŸ’¬ A Simple Web Chat App using Sockets & Node.js

Home Page:https://arti-chat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

Technologies 🧾

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

About

πŸ’¬ A Simple Web Chat App using Sockets & Node.js

https://arti-chat.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 100.0%