Skip to content

Rayyyyyyyyyyyyyyyyyyyy/html5-chatroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Chatroom

For 資策會 前端工程師就業養成班MFEE13 - HTML5 JS API

Environment

  • nodejs
  • express
    • pug

Start website for dev

  • for mac or linux
DEBUG=html5-chatroom:* npm run devstart
  • for windows
SET DEBUG=html5-chatroom:* & npm run devstart

Demo DB

slite3

https://sqliteonline.com/

Table:

  • room(id, name, subject, brief, adminer)
  • user(id, email, nickname)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • Pug 21.5%
  • CSS 21.0%