All Projects → callicoder → Spring Boot Websocket Chat Demo

callicoder / Spring Boot Websocket Chat Demo

Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Boot Websocket Chat Demo

Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-57.44%)
Mutual labels:  spring-boot, spring, websocket
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+21.9%)
Mutual labels:  spring-boot, chat, websocket
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+3.99%)
Mutual labels:  spring-boot, spring, websocket
Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-85.26%)
Mutual labels:  spring-boot, spring, websocket
Spring Boot Demo
Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)
Stars: ✭ 255 (-64.88%)
Mutual labels:  spring-boot, spring, websocket
Spring Cloud Tutorial
Spring Cloud Tutorial.《Spring Cloud 教程》
Stars: ✭ 173 (-76.17%)
Mutual labels:  spring-boot, spring, tutorial
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-88.43%)
Mutual labels:  spring-boot, spring, tutorial
Atom
Java course materials
Stars: ✭ 293 (-59.64%)
Mutual labels:  spring-boot, spring, websocket
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (-55.1%)
Mutual labels:  spring-boot, spring, websocket
Spring Testing
A Spring Boot application with lots of sample tests
Stars: ✭ 569 (-21.63%)
Mutual labels:  spring-boot, spring
Springfox
Automated JSON API documentation for API's built with Spring
Stars: ✭ 5,449 (+650.55%)
Mutual labels:  spring-boot, spring
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (-17.91%)
Mutual labels:  spring-boot, spring
Mini Spring
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
Stars: ✭ 698 (-3.86%)
Mutual labels:  spring-boot, spring
Spring Cloud Contract
Support for Consumer Driven Contracts in Spring
Stars: ✭ 569 (-21.63%)
Mutual labels:  spring-boot, spring
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (-3.17%)
Mutual labels:  spring-boot, spring
Heart First Javaweb
一个走心的 Java Web 入门开发教程
Stars: ✭ 561 (-22.73%)
Mutual labels:  spring-boot, spring
Febs Shiro
Spring Boot 2.4.2,Shiro1.6.0 & Layui 2.5.6 权限管理系统。预览地址:http://47.104.70.138:8080/login
Stars: ✭ 5,655 (+678.93%)
Mutual labels:  spring-boot, spring
Problem Spring Web
A library for handling Problems in Spring Web MVC
Stars: ✭ 636 (-12.4%)
Mutual labels:  spring-boot, spring
Books Recommendation
程序员进阶书籍(视频),持续更新(Programmer Books)
Stars: ✭ 558 (-23.14%)
Mutual labels:  spring-boot, spring
Weevent
Event-Driven Architecture Based on Blockchain.基于区块链的事件驱动架构
Stars: ✭ 608 (-16.25%)
Mutual labels:  websocket, stomp

Spring Boot WebSocket Chat Appplication

You can checkout the live version of the application at https://spring-ws-chat.herokuapp.com/

App Screenshot

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

Steps to Setup

1. Clone the application

git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git

2. Build and run the app using maven

cd spring-boot-websocket-chat-demo
mvn package
java -jar target/websocket-demo-0.0.1-SNAPSHOT.jar

Alternatively, you can run the app directly without packaging it like so -

mvn spring-boot:run

Learn More

You can find the tutorial for this application on my blog -

https://www.callicoder.com/spring-boot-websocket-chat-example/

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].