UNPKG

thread-sse

Version:

Thread-SSE is a library for Node.js and web browsers to develop security and high-performance SSE (Server-Send-Events) applications.

64 lines (60 loc) 3.21 kB
### Thread-SSE simple data and examples ------------ | &nbsp;&nbsp;&nbsp;id&nbsp;&nbsp;&nbsp;&nbsp; | bulk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Example | |-----------|----------|----------| | 1000 | String |"She sells sea shells by the sea shore.\nThe shells she sells are surely seashells."| | 1002 | Non-empty string | "I am sure she sells seashore shells" | | 1004 | Empty string | "" | | 1006 | Number string | "100.25" | | 1008 | Integer string | "15" | | 1010 | Float string | "5.27" | | 1012 | Fraction string | "3/5" | | 1014 | Hexadecimal string | "0x53656C66204465736372697074696F6E204A534F4E20536368656D61" | | 1016 | Octal string | "0123 0145 0154 0146 040" | | 1018 | Binary string | "010011110110111000101101011011100110111101110100011010010110001101100101" | | 1020 | URI |"https://<span></span>avatars2.githubusercontent.com/u/18145628?s=400&u=d9b9f7b81ba63e045478001da75f576927bfaf23&v=4"| | 1022 | Relative URI | "/u/18145628?s=400&u=d9b9f7b81ba63e045478001da75f576927bfaf23&v=4" | | 1024 | Protocol | "https" | | 1026 | Userinfo, a user name and an optional password preceded by a colon | "richard:psword" | | 1028 | Domain | "en.wikipedia.org" | | 1030 | Ipv4 | "91.198.174.192" | | 1032 | Ipv6 | "2001&#58;db8&#58;85a3&#58;8d3&#58;1319&#58;8a2e&#58;370&#58;7348" | | 1034 | Port | "3000" | | 1036 | Path | "../js/tsse.js" | | 1038 | Query | "?s=400&u=d9b9f7b81ba63e045478001da75f576927bfaf23&v=4" | | 1040 | Fragment | "#pt001" | | 1042 | Email | "jack.ban&#64;example.com" | | 1044 | Email local-part | "jack.ban" | | 1050 | Language code | "en" | | 1052 | Country code | "ca" | | 1054 | UUID | "9624aeef-afac-43b7-aae9-f5278da52d17" | | 1056 | ASCII code | "83 101 108 102 32 68 101 115 99 114 105 112 116 105 111 110 32 74 83 79 78 32 83 99 104 101 109 97" | | 1060 | Unicode | "Self%20Description%20JSON%20Schema" | | 1070 | ISO DateTime | "2020-06-19T21:58:14.963Z" | | 1072 | ISO Dates | "2020-06-19" | | 1074 | ISO Time | "21:58:14" | | 1076 | ISO Year | "2020" | | 1078 | ISO Month| "06" | | 1080 | ISO Day | "19" | | 1082 | ISO Hour | "21" | | 1084 | ISO Minute | "58" | | 1086 | ISO Second | "14.963" | | 1088 | ISO Millisecond | "3500" | | 1090 | CSS string | "p{font-family:verdana; font-size:18px;}" | | 1092 | CSS selector | ".spacious" | | 1094 | CSS declaration | "{color: red; text-align: center;}" | | 1096 | Hexadecimal color and RGB color| "rgb(255,69,0)"| | 1200 | Number | 12.56| | 1202 | Positive number | 25 | | 1204 | Negative number | -5.28 | | 1206 | Float | 37.29 | | 1208 | Positive float | 1.26 | | 1210 | Negative float | -2.35 | | 1212 | Integer | 52 | | 1214 | Positive integer | 3 | | 1216 | Negative integer | -9 | | 1218 | Zero | 0 | | 1300 | true | true | | 1302 | false | false | | 1350 | null | null | [**⛪ Go to Thread-SSE documentation**](./document.md "Thread-SSE documentation")