Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Showing how I can use C++ as a backend to query and edit a database and maybe build a web frontend for it

License

NotificationsYou must be signed in to change notification settings

Bixkitts/database-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showing how I can use C as a backend to query and edit a database and maybe build a web frontend for it.

Current Features

  • It can accept, parse and respond with a http CORS headerthen aceept the next message
  • Makes contact with a Postgresq database and successfully sends SQL

In Progress

  • Multiple simultaneous connections with multithreading

Planned

  • More HTTP parsing, content delivery, real data processing
  • Load balancing connection with nginx
  • Integration with interesting systems or technology like ChatGPT

Building

  • git submodule update
  • cd Backend
  • mkdir build
  • cd build
  • cmake DCMAKE_BUILD_TYPE=Release/Debug ..
  • cmake --build .

Usage

run ./database-example and it will listen by default on TCP port 1619 for incoming connections.The included frontend application has an example request that doesn't do anything yet exceptelicit an appropriate CORS response

About

Showing how I can use C++ as a backend to query and edit a database and maybe build a web frontend for it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp