Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C chat socket backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • kridsada.ta
  • chat socket backend
  • main

Switch branch/tag
  • chat-socket
No files svg

There are no matching files

Try using a different search term to find the file you are looking for.

.gitignore
HELP.md
README.md
mvnw
mvnw.cmd
pom.xml
src/main/java/th/co/b3tech/livechat/LineChatApplication.java
src/main/java/th/co/b3tech/livechat/ServletInitializer.java
src/main/java/th/co/b3tech/livechat/linechat/LineEvenlistener.java
src/main/java/th/co/b3tech/livechat/linechat/entity/MessageHistory.java
src/main/java/th/co/b3tech/livechat/linechat/model/LineMessageModel.java
src/main/java/th/co/b3tech/livechat/linechat/model/ResponseModel.java
src/main/java/th/co/b3tech/livechat/linechat/repository/MessageHistoryRepository.java
src/main/java/th/co/b3tech/livechat/linechat/service/LineMessageService.java
src/main/java/th/co/b3tech/livechat/rest/LiveChatRest.java
src/main/java/th/co/b3tech/livechat/socketio/SocketIOConfig.java
src/main/java/th/co/b3tech/livechat/socketio/SocketModule.java
src/main/java/th/co/b3tech/livechat/socketio/SocketService.java
src/main/java/th/co/b3tech/livechat/socketio/model/Message.java
src/main/java/th/co/b3tech/livechat/utils/CryptoJS.java

Menu

Projects Groups Snippets
Help