forked from artyom-beilis/cppcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.txt
More file actions
24 lines (24 loc) · 1.09 KB
/
examples.txt
File metadata and controls
24 lines (24 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
basic_cache Using CppCMS Cache
chat Basic Comet Example
forms Using CppCMS forms
hello_world Our First 'Hello World' Program
json Using JSON API
json_rpc Simple JsonRPC example
json_rpc/index.html JsonRPC Client Using XMLHttpRequest
json_rpc/usingrpc.html Using JsonRPC Object
json_rpc_chat Implementing chat using asynchronous JSON RPC calls
localization Localizing CppCMS Applications
message_board Full Message Board Application Example using Cache, Sessions, CppDB library and more
sessions Using Sessions
templates Using CppCMS template system
templates/Makefile Makefile for static templates linking
templates/Makefile.dyn Makefile for dynamic templates loading
templates/config.js Configuration File for static templates linking
templates/config-dyn.js Configuration File for dynamic templates loading
templates_inheritance Views Inheritance
uploads Uploading files with CppCMS
url_mapping Using nice URLs and a mapping between modules and URLs
hierarchy Using applications hierarchy and URL mapping
xss XSS filters and their use example
aio Asynchonous I/O examples
serialization Using Serialization Services