Skip to content

Saku75/c2go-unix-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C2GO: Unix socket

This is a small prototype to showcase a go API interfacing with a C unix socket.
It is made as a proof of concept to how this could be done. Tough it is not optimized.

Start prime calculator

cd ./prime-calculator
make
./dist/prime-calculator

Start api

cd ./api
go run main.go

Start web

cd ./web
pnpm i
pnpm dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published