crock / ct-chat

Connect.Tech 2023 Chat Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spinning up NodeJS in the browser.

Connect.Tech 2023 Session demonstrating StackBlitz

CT-Chat

├── node_modules
├── public                 folder that serves up the front-end experience
│   ├── index.html         main FE page
│   └── index.js           main FE page interactivity
├── app.js                 main entry point for server
├── package-lock.json
├── package.json 
└── .gitignore

Contact

About

Connect.Tech 2023 Chat Project


Languages

Language:JavaScript 78.8%Language:HTML 21.2%