Skip to content

Commit c371600

Browse files
Update README.md
1 parent 04a8eef commit c371600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Hyperdart is a Dart implementation of core concepts taken from Rails and Hypertack. Hypersart does not seek to re-invent the wheel, but seeks to use as much of the incredible functionality provided by Dart, Flutter and other Dart packages, but augment that stack with some of the missing magical elements any Rails or Hyperstack developers love and use.
66

7-
Arguably, Dart is the language which leans itself most to being Isomorphic yet there is no clear Isomorphic Dart approach. Dart code can run anywhere, but there is a lack of a clear approach as to how to handle core Isomorphic concepts such as :
7+
Arguably, Dart is the most Isomorphic language yet there is no clear Isomorphic Dart approach. Dart code can run anywhere, but there is a lack of a clear approach as to how to handle core Isomorphic concepts such as :
88

99
+ Isomorphic Models - same models being shared across all implementation
1010
+ Database schema versioning - very complicated topic when every client has a copy of a schema-less database
@@ -182,4 +182,4 @@ class HyperModel {
182182
183183
```
184184

185-
If anyone would like to participate in this project please reach out to me on Slack. Happy Darting!
185+
If anyone would like to participate in this project please reach out to me on Slack. Happy Darting!

0 commit comments

Comments
 (0)