{"id":22329142,"url":"https://github.com/realtime-framework/realtimemessaging-c","last_synced_at":"2025-07-29T18:31:52.337Z","repository":{"id":26092333,"uuid":"29536373","full_name":"realtime-framework/RealtimeMessaging-C","owner":"realtime-framework","description":"Realtime Cloud Messaging C SDK","archived":false,"fork":false,"pushed_at":"2016-04-11T17:56:48.000Z","size":88,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-08-04T19:03:22.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realtime-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-20T15:24:37.000Z","updated_at":"2017-08-10T11:28:30.000Z","dependencies_parsed_at":"2022-08-25T01:00:44.534Z","dependency_job_id":null,"html_url":"https://github.com/realtime-framework/RealtimeMessaging-C","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realtime-framework%2FRealtimeMessaging-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realtime-framework%2FRealtimeMessaging-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realtime-framework%2FRealtimeMessaging-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realtime-framework%2FRealtimeMessaging-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realtime-framework","download_url":"https://codeload.github.com/realtime-framework/RealtimeMessaging-C/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228034799,"owners_count":17859246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T03:14:35.529Z","updated_at":"2024-12-04T03:14:36.044Z","avatar_url":"https://github.com/realtime-framework.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Realtime Cloud Messaging C SDK\nPart of the [The Realtime® Framework](http://framework.realtime.co), Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps.\n\nIf your application has data that needs to be updated in the user’s interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, “works everywhere” solution.\n\n\n## API Reference\n[http://messaging-public.realtime.co/documentation/c/2.1.0/index.html](http://messaging-public.realtime.co/documentation/c/2.1.0/index.html)\n\n## Requirements\n\nlibortc requires:\n\n\tCMake \u003e= 2.6 (http://cmake.org/)\n\tLibwebsockets \u003e= 1.2 (http://libwebsockets.org/)\n\tlibCURL (http://curl.haxx.se)\n\tPthread library\n\n\n## Building on Unix\n\n###Generate the build files (default is Make files):\n\n\tcd /path/to/src\n\tmkdir build\n\tcd build\n\tcmake ..\n\n\nNOTE #1: The build/ directory can have any name and be located\nanywhere on your filesystem, and that the argument \"..\" gi-\nven to cmake is simply the source directory of libwebsockets\ncontaining the CMakeLists.txt project file. All examples in\nthis file assumes you use \"..\"\n\nNOTE #2: A common option you may want to give is to set the install\npath, same as --prefix= with autotools.\nIt defaults to /usr/local. You can do this by, eg\n\n\tcmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr\n\nNOTE #3: On machines that want libraries in lib64, you can also add\nthe following to the `cmake line -DLIB_SUFFIX=64`\n\n### Finally you can build using the generated Makefile:\n\n\tmake\n\nIt should generate in your build directory two folders:\n\n1. lib (containing libortc dynamic and static)\n1. example (containing executable example of use the liborc)\n\n\n## Building on Windows\n\nGenerate the Visual studio project by opening the Visual Studio cmd prompt:\n\n\tcd \u003cpath to src\u003e\n\tmd build\n\tcd build\n\tcmake -G \"Visual Studio 10\" ..\n\nNOTE: There is also a cmake-gui available on Windows if you prefer that\n\nNow you should have a generated Visual Studio Solution in your \u003cpath to src\u003e/build directory, \nwhich can be used to build.\n\nNOTE: On Windows you will probably need to install the following dependencies:\n\n\n\n- libCURL (http://curl.haxx.se)\n- Pthread library \n\nWe encourage to use:\n  [http://www.sourceware.org/pthreads-win32/](http://www.sourceware.org/pthreads-win32/)\n\n\n## Authors\nRealtime.co\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtime-framework%2Frealtimemessaging-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealtime-framework%2Frealtimemessaging-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtime-framework%2Frealtimemessaging-c/lists"}