Difference between revisions of "LUBE"
Retrotails (talk | contribs) m (fix URL) |
(minor formatting changes, added keyword) |
||
Line 1: | Line 1: | ||
− | + | LUBE is a networking library intended to make networking easy for [[lovers]]. It can be found [http://love2d.org/forums/viewtopic.php?f=5&t=230 in the forum thread], and the download includes the latest docs. | |
− | |||
− | |||
In the future this page will include some examples. | In the future this page will include some examples. | ||
− | |||
== Types == | == Types == | ||
Line 18: | Line 15: | ||
}} | }} | ||
− | ==See Also== | + | == See Also == |
− | [[User:Bartbes|Bartbes]], the creator and maintainer of LUBE | + | * [[User:Bartbes|Bartbes]], the creator and maintainer of LUBE |
+ | * [http://love2d.org/forums/viewtopic.php?p=21112#p21112 TechnoCat's awesome introductory writeup] | ||
== Other Languages == | == Other Languages == | ||
Line 26: | Line 24: | ||
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} | ||
{{#set:Description=The one and only networking library}} | {{#set:Description=The one and only networking library}} | ||
+ | {{#set:Keyword=Networking}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 02:55, 27 March 2016
LUBE is a networking library intended to make networking easy for lovers. It can be found in the forum thread, and the download includes the latest docs.
In the future this page will include some examples.
Contents
Types
ClientObject | A client object. |
ServerObject | A server object. |
Functions
LUBE.bin:pack | Packs table data. |
LUBE.bin:setseperators | Sets the separators for pack/unpack. |
LUBE.bin:unpack | Unpacks table data. |
LUBE.client | Creates a client object. |
LUBE.server | Creates a server object. |
See Also
- Bartbes, the creator and maintainer of LUBE
- TechnoCat's awesome introductory writeup
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info