cs8425 / vulnerable-chat-room

a simple and vulnerable chat room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple and vulnerable chat room

!!! do NOT use in production !!!

!!! "不要"在正式環境裡使用 !!!

there are several bugs and vulnerabilities in this project which is intentionally designed.

項目中的一些bug及漏洞為刻意設計的

backend server

  • install dependencies: npm install
  • run:
    • npm run start or node app.mjs
    • navigate to http://127.0.0.1:8000 in browser

web frontend

  • install dependencies: npm install
  • build and pack: npm run build
  • run dev server:
    • npm run dev
    • navigate to http://127.0.0.1:8008 in browser

About

a simple and vulnerable chat room


Languages

Language:JavaScript 98.2%Language:HTML 1.8%