All Projects → barretlee → Blogchat

barretlee / Blogchat

Chat room source code for Barret Lee's Personal Blog.

Projects that are alternatives of or similar to Blogchat

Mercyblitz.github.io
小马哥的技术博客 :D
Stars: ✭ 443 (-10.14%)
Mutual labels:  blog
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (-7.51%)
Mutual labels:  blog
Bitnami Docker Wordpress
Bitnami Docker Image for WordPress
Stars: ✭ 476 (-3.45%)
Mutual labels:  blog
Vue Blog Demo
A Vue.js blog demo to demonstrate proper decoupling of api data and swapping of resources/providers
Stars: ✭ 444 (-9.94%)
Mutual labels:  blog
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (-7.91%)
Mutual labels:  blog
Itranswarp
Full-featured CMS including blog, wiki, discussion, etc. powered by SpringBoot.
Stars: ✭ 465 (-5.68%)
Mutual labels:  blog
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (-11.97%)
Mutual labels:  blog
Blog
🍁 What you don't know is what you haven't learned
Stars: ✭ 484 (-1.83%)
Mutual labels:  blog
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (-7.71%)
Mutual labels:  blog
Blog
CSS大草原(一丝的博客)
Stars: ✭ 476 (-3.45%)
Mutual labels:  blog
Happychat
基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天
Stars: ✭ 445 (-9.74%)
Mutual labels:  chatroom
Blog
技术博客
Stars: ✭ 450 (-8.72%)
Mutual labels:  blog
Laravel Bjyblog
laravel v8 blog
Stars: ✭ 469 (-4.87%)
Mutual labels:  blog
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (-10.34%)
Mutual labels:  blog
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (-3.25%)
Mutual labels:  blog
Utterances
🔮 A lightweight comments widget built on GitHub issues
Stars: ✭ 5,756 (+1067.55%)
Mutual labels:  blog
Nuxt Markdown Blog Starter
Nuxt + Markdown blog starter
Stars: ✭ 456 (-7.51%)
Mutual labels:  blog
Monologue
Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
Stars: ✭ 485 (-1.62%)
Mutual labels:  blog
Hexo Theme Inside
🌈 SPA, Flat and clean theme for Hexo.
Stars: ✭ 480 (-2.64%)
Mutual labels:  blog
Fiora
An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
Stars: ✭ 4,920 (+897.97%)
Mutual labels:  chatroom

A Simple Chat System

It's a simple chat system, can be inserted to anywhere.

Demo: http://119.23.13.9:29231/

Usage

git clone https://github.com/barretlee/blogChat.git
cd blogChat;
npm i;
node index;

Screenshot

  • Register Name:

Register Name

  • Chat:

Chat

Changelog

  • execute code at client
  • limit msg length
  • whitelist of hostname
  • detect robot at server
  • detect robot at client
  • support custom username
  • support private chat
  • welcome new user

LICENSE

MIT

Thanks for socket.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].