osrf-devel:language_agnostic
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| osrf-devel:language_agnostic [2006/12/29 15:33] – miker | osrf-devel:language_agnostic [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[user-comments: | ||
| + | |||
| + | ===== OpenSRF is Development Language Agnostic ===== | ||
| + | |||
| + | OpenSRF servers and client can be written in any language that supports network sockets. | ||
| + | |||
| + | All client libraries share the same basic API for developing client software, and porting a client from one language to another is normally trivial. | ||
| + | |||
| + | Perl, Python and C are available as server-side languages. | ||
| + | |||