Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstoyanchev/spring-mvc-chat
Sample code using the Spring MVC 3.2, Servlet-based, async support
https://github.com/rstoyanchev/spring-mvc-chat
Last synced: 3 days ago
JSON representation
Sample code using the Spring MVC 3.2, Servlet-based, async support
- Host: GitHub
- URL: https://github.com/rstoyanchev/spring-mvc-chat
- Owner: rstoyanchev
- Created: 2012-04-19T01:48:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T14:40:52.000Z (over 1 year ago)
- Last Synced: 2024-12-16T20:09:57.681Z (10 days ago)
- Language: Java
- Size: 101 KB
- Stars: 172
- Watchers: 23
- Forks: 154
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Overview
A chat sample using Spring MVC 3.2, Servlet-based, async request processing. Also see the [redis](https://github.com/rstoyanchev/spring-mvc-chat/tree/redis) branch for a distributed chat.
### Note
There is a bug in Tomcat that affects this sample. Please, use Tomcat 7.0.32 or higher.
### Instructions
Eclipse users run `mvn eclipse:eclipse` and then import the project. Or just import the code as a Maven project into IntelliJ, NetBeans, or Eclipse.