Skip to content

danurt/fstcore_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

fstcore for C++

This is an sdk platform written in c++ language runtime, these function is for support software development c++ runtime.

Screenshots

App Screenshot

Documentation

Documentation

Installation

Install fstcore_cpp with git

  git clone --recurse-submodule https://github.com/fstcore/fstcore_cpp.git
  cd fstcore_cpp

Usage/Examples

#include "fstcore/fstcore.cpp"

int main(argc, char* argv[]) {
  fstcore fstcore = fstcore();
  fstcore.init();
  fstcore.util.text.base64encode("Hello World !");
  return 0;
}

Features

  • Database
  • Encoder Decoder / Text / RegEx
  • Audio / Video
  • Socket / Websocket / HTTP
  • System / Proccess
  • Debug / Analysis

Acknowledgements

Badges

License: shields.io

MIT License GPLv3 License AGPL License

Authors

Feedback

If you have any feedback, please reach out to us at admin@fstcore.nex.sh

Support

For support, email admin@fstcore.nex.sh or join our Slack channel.

🚀 About Me

I'm a full stack developer...

🔗 Links

portfolio linkedin twitter

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

🔗 Donate and Support

Ko-Fi Bitcoin

About

SDK backend core for C++ language Runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages