Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/seahahn/chatting

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/seahahn/chatting

  • v0.0.0-20220329015552-6392c6081739
  • Source
  • Go
  • Socket score

Version published
Created
Source

AI-Play Chatting

Stack

  • Golang

개발 서버 작동 방법

cd brandnew
go run main.go // Auto-reload X
// 또는
air // Auto-reload O

Air 관련 참고 : https://github.com/cosmtrek/air

디렉토리 구조도

Chatting
  |-- Dockerfile
  |-- README.md
  |-- brandnew // 현재 배포 중인 채팅 서버의 디렉토리
  |   |-- main.go
  |   `-- websocket
  |       |-- client.go
  |       |-- init.go
  |       |-- pool.go
  |       `-- websocket.go
  |-- client // 이전 채팅 서버의 클라이언트 부분
  |   |-- client
  |   |   |-- client.go
  |   |   `-- init.go
  |   `-- main
  |       |-- init.go
  |       `-- main.go
  |-- go.mod
  |-- go.sum
  `-- server // 이전 채팅 서버의 서버 부분
      |-- main
      |   |-- init.go
      |   |-- main.go
      |   `-- manage.go
      |-- server
      |   |-- init.go
      |   `-- server.go
      `-- user_manage
          |-- init.go
          `-- userobject.go

FAQs

Package last updated on 29 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc